Français :

1. Ouvrir votre pack de city pics. Il se trouve normalement ici : Documents\Sports Interactive\Football Manager 2020\graphics\City pics
2. Suivant votre pack, il peut être configuré de 2 façons :
			- La première est que toutes les images sont directement ici. Avec le fichier config.xml qui nous intéresse.
			- Seconde façon, la plus compliquée pour nous, est que le créateur a fait des sous-dossiers par nation puis par pays. Il faudra alors ouvrir chaque nation, puis dans chaque nation ouvrir chaque pays pour trouver nos différents fichiers config.xml.
3. Ouvrir un fichier config.xml avec un éditeur de texte (je recommande Notepad++)
4. Vous verrez une série de lignes de code identiques.
5. Vous allez devoir modifier ces lignes une par une pour qu'elles soient comme celle ci-dessous :

					<record from="XXX" to="graphics/pictures/club/YYY/logo/background/left"/>
					
6. Le XXX représente le nom du fichier graphique de votre ville. (souvent vous aurez une série de chiffres)
7. Le YYY représente l'ID de votre club dans Football Manager 2020.
Pour le trouver, ouvrez le jeu et lancez votre partie.
Ensuite, rendez vous dans les préférences, cliquez sur avancé
Puis choisissez l'option "interface" dans le menu déroulant sur la droite
Et cochez la case "afficher les ID des écrans dans la barre de titre pour modification du thème"
Validez
8. Une fois de retour sur le jeu, cliquez sur n'importe quel club.
Vous verrez qu'un numéro entre parenthèses est apparu à côté du nom de votre club dans la barre de titre en haut de l'écran.
9. Retenez ce numéro.
10. Retournez à Notepad (ou votre éditeur de texte) pour modifier votre ligne de code.

Je prends ici l'exemple de Liverpool pour la suite des explications

L'ID de Liverpool est 676 (notre YYY du point 5)
Mon fichier graphique est la photo nommée liverpool.jpg (notre XXX du point 5)

La ligne de code à rentrer est donc la suivante :

					<record from="liverpool" to="graphics/pictures/club/676/logo/background/left"/>

11. Voici donc à quoi le fichier config.xml doit ressembler une fois terminé.
12. Et le dossier avec la photo de notre ville de Liverpool.
13. Retour à Football Manager 2020.
14. Ensuite, rendez vous dans les préférences, cliquez sur avancé
Puis choisissez l'option "interface" dans le menu déroulant sur la droite
Décochez la case "Utiliser la mémoire cache pour réduire le temps de chargement d'une page"
Et cochez la case "Recharger le thème après confirmation des changements dans les préférences"
Confirmez
15. Attendez le chargement et rendez vous sur la page de votre club. (ici Liverpool dans mon cas)
Et vous avez votre image qui apparaît.







English:

1. Open your city pics pack. Normally it can be found here : Documents\Sports Interactive\Football Manager 2020\graphics\City pics
2. There are different packs, so there are 2 different ways to configure it:
			- First one is that all images are here in a single big folder. In it you will find a file called config.xml which is the one we are looking for.
			- Second one, more complicated for us, is that the creator made his pack with sub-folders by nation then by country. you will need to navigate and open every config.xml files.
3. Opoen one file config.xml with a text editor (I recommand Notepad++)
4. You will see several ligns with the same code.
5. You will have to edit those lines to match the lign below :

					<record from="XXX" to="graphics/pictures/club/YYY/logo/background/left"/>
					
6. XXX stands for your city picture (ie: the .jpg or .png file). Most of the time you will see a series of numbers.
7. YYY is your club ID in Football Manager 2020.
To find it, open the game and launch your saved game.
Then, go to preferences, click on advanced
Next, you choose "interface" in the scrolling menu on the right
And you tick the box in front of "Show screen IDs in Titlebar to assist skinning"
Confirm by clicking OK button
8. Once back to the game, click on whatever club you want.
You will see a number appeared next to the club name in the titlebar on top of the screen.
9. Note down this number.
10. Get back to Notepad (or your text editor) to modify your lign of code.

I will take Liverpool as an exemple for the rest of the tutorial

Liverpool ID is 676 (this is our YYY from point 5)
My graphic file is the photo called liverpool.jpg (this is our XXX from point 5)

I have to type the line of code following this:

					<record from="liverpool" to="graphics/pictures/club/676/logo/background/left"/>

11. This is what the config.xml file should look like once finished.
12. This is the folder with our Liverpool picture.
13. Back to Football Manager 2020.
14. Then, go to preferences, click on advanced 
Next, you choose "interface" in the scrolling menu on the right
Untick the box in front of "Use caching to decrease page loading times"
And tick the box in front of "Reload skin when confirming changes in Preferences"
Hit Confirm button
15. Wait for the loading and head up to your club profile (I will go to Liverpool in my exemple)
Now you have your city pic showing.